/*公共*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-family:"Microsoft YaHei";
}
body{
	overflow-x: hidden;
}
/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
	display:block;
}
ul,li,ol {
	list-style:none;
}
dl,dd {
	margin:auto;
}
input {
	vertical-align:middle;
	margin:0;
	padding:0;
}
a,a:visited {
	color:#333;
}
a:link,a:visited {
	text-decoration:none;
	outline:none;
}
a {
	cursor:pointer;
}
/*所有超链接不要下划线*/

*,*:after,*:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
/*任何标签、包括它前面、后面生成的内容都不要影响盒子的边框*/

.left {
	float:left;
}
.right {
	float:right;
}
.w-gray {
	color:#aaaaaa
}
.w-white {
	color:#FFFFFF !important;
}
.w-blue {
	color:#0086da;
}
.clear {
	clear:both;
}
.margin-t30 {
	margin-top:30px !important;
}
/*header*/

.header {
	width:100%;
	margin-bottom:60px;
	position:fixed;
	top:0px;
	z-index:1000;
	height:128px;
	line-height:80px;
	-moz-box-shadow:0px 1px 30px #ECECEC;
	border: none;
	background: url(../images/logo_bg.jpg) repeat-x;
}
.am-container-1 {
	max-width:1120px;
	margin:0 auto;
}
.am-topbar-nav > li > a:after {
	display:none;
}
.hw-logo {
	margin-top: 30px;
	position:relative;
	width: 80%;
    max-width: 450px;
    font-size: 1em !important;
}
.hw-logo img{
	width: 100%;
}
.word {
	position:absolute;
	top:30px;
	left:100px;
}
.hw-menu li {
	height:80px;
}
.hw-menu-active a {
	color:#0086da;
}
.hw-menu li:hover {
	/*border-bottom:4px solid #f0eeed;*/
    background-color: #003375;
}
.hw-menu li a:hover {
	color: #ffffff;
}
.hw-menu li a {
	font-size:16px;
	line-height:80px;
}
.hw-menu li a:hover {
	border-radius:5px;
}

.app_down_link{
	width: 8%;
    display: inline-block;
}
.logo_img{
    width: 90% !important;
}



@media only screen and (min-width: 916px){

	.am-collapse{
		background: none;
	}
	.hw-menu li {
	    height: 45px;
	}
	.hw-menu li a{
		line-height: 45px;
		color: #cfe6ff;
	}

	.am-topbar-nav{
		margin-top: 70px;
		line-height: 45px;
	}
}
@media only screen and (max-width: 916px){
	.header{
		height: 80px;
	}
	.hw-logo{
		margin-top: 0;
	}
	.rollpic{
		margin-top: 80px !important;
		overflow: hidden;
	}
	.rollpic .sub-img{
		width: 1000px;
		position: relative;
		top: 0;
		left: calc( 50% - 500px );
	}
}
@media only screen and (min-width: 700px){
	.footer-content{
		padding: 0 calc( 50% - 250px );
	}
	.footer-code-wrap{
		width:180px; 
		float: left;
	}
	.footer-msg{
		width:520px; 
		float: left;
	}
}

@media only screen and (min-width: 1500px){
	.rollpic{
		position: relative;
		top: 0;
		left: calc( 50% - 750px );
		width: 1500px;
	}
	.news-app-img{
		margin: 0 auto;
		max-width: 1500px;
	}
	.news-content{
	    max-width: 1500px;
	}
}
.am-topbar-collapse{
	margin-top: 0;
}
/*header结束*/


/*尾部*/

.footer {
	margin-top: 40px;
	width:100%;
	height:auto;
	font-size: 14px;
	background-color:#2d2d2d;
	overflow:hidden;
	color: #fff;
	background: #053b72;
}
.footer-part-title {
	padding: 25px;
	text-align:center;
	position:relative;
	background: url(../images/biaoti_bg2.gif) center center repeat-x;
}
.footer-part-title-span {
    color: #fff !important;
    background: #053b72 !important;
}
.footer-msg{
	padding: 0 40px 40px;
}
.footer-code-wrap{
	text-align: center; 
}
.footer-msg{
	line-height: 36px;
}
/*尾部结束*/


/*首页*/

.rollpic {
	margin-top:128px;
	position: relative;
}
.rollpic-banner{    
	position: relative;
    left: -110%;
    width: 320%;
}
.rollpic-msg{
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	text-align: center;
}
.rollpic-msg img{
	width: 80%;
}
.part-title {
	padding: 25px;
	text-align:center;
	position:relative;
	background: url(../images/biaoti_bg.gif) center center repeat-x;
}
.part-title-i {
	vertical-align:sub;
	font-size:36px;
	color:#0086da;
	margin-right:5px;
}
.part-title-span {
	padding: 8px 50px;
	font-size:40px;
    color: #1244b7;
    background: #fff;
}
.news-content{
    width: 85%;
	text-indent: 2em;
	word-break:break-all;
	line-height: 32px;
}
.news-top{
	margin-top: 10px;
	background-color: #f4f4f4;
    border-radius: 8px;
    padding: 15px;
}
.news-top a:hover{
	text-decoration: underline;
}
.news-top-head{
    text-align: center;
}
.news-top-head a{
    color: #005bb8;
    font-size: 18px;
}
.news-top-content {
	text-indent: 2em;
}
.news-top-content a{
	font-size: 14px;
	color: #969696;
}
.news-top-content a:hover{
	color: #969696;
}
.part-title p {
	font-size:17px;
	color:#999;
	margin-top:-5px;
}
.part-title img {
	width:170px;
}
.news-app-img {
	padding: 0 12px;
}
.news-app-img img {
	width: 100%;
}



.title-intro {
	font-weight:bold;
	font-size:15px;
	margin-top:-7px;
}
.part-content {
	text-align:center;
	margin-top:35px;
	width:100%;
	margin-bottom:40px;
}
.solutions-way {
	margin-top:10px;
	font-size:13px;
	color:#555555;
}
.solutions-title {
	margin-top:15px;
	font-size:17px;
	display:block;
	font-weight:500;
}
.solution-circle {
	font-size:64px;
	background-color:#3f9fdb;
	width:170px;
	height:170px;
	line-height:140px;
	border:15px solid #f0f0f0;
	color:#fff;
	-webkit-transition:-webkit-transform 0.4s ease-out;
	-moz-transition:-moz-transform 0.4s ease-out;
	transition:transform 0.4s ease-out;
}
.solution-circle:hover {
	background-color:#0071b8;
	border:15px solid #c9dfec;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
}
.three-reason {
	background:url(../img/bg-pic.png) no-repeat;
	background-size:100% 100%;
	text-align:center;
	margin-top:40px;
}
.three-reason-title {
	padding-top:20px;
}
.three-reason-bg {
	width:300px;
	margin-top:30px;
}
.three-reason-img1,.three-reason-img2,.three-reason-img3 {
	width:130px;
	height:130px;
	margin:0 auto;
	border:none;
}
.three-reason-img1 {
	background:url(../img/reason1.png) no-repeat;
	background-size:100% 100%;
}
.three-reason-img2 {
	background:url(../img/reason2.png) no-repeat;
	background-size:100% 100%;
}
.three-reason-img3 {
	background:url(../img/reason3.png) no-repeat;
	background-size:100% 100%;
}
.three-reason-img1:hover,.three-reason-img1 .selected {
	background:url(../img/reason1-1.png) no-repeat;
	background-size:100% 100%;
}
.three-reason-img2:hover,.three-reason-img2 .selected {
	background:url(../img/reason2-2.png) no-repeat;
	background-size:100% 100%;
}
.three-reason-img3:hover,.three-reason-img3 .selected {
	background:url(../img/reason3-3.png) no-repeat;
	background-size:100% 100%;
}
.reason-title {
	margin-top:10px;
	font-size:14.5px;
	padding-bottom:20px;
}
.three-reason-content {
	width:70%;
}
.solutions-content li img {
	width:40%;
}
.am-gallery-title {
	margin:12px 0 !important;
	font-size:17px !important;
}
.news-all {
	margin-top:10px 0;
}
.news-content {
	width:95%;
	margin:0 auto;
	padding: 20px 0;
}
.news-content-ul {
	margin-top:40px;
	margin-bottom:40px;
}
.news-img {
	width:90%;
	overflow:hidden;
}
.news-img img {
	width:100%;
}

.news-li-box{
	padding: 15px;
	border-radius: 8px;
	border-bottom: 1px solid #e1dfdf;
	margin-bottom: 15px;
}
.news-li-box:hover{
    background-color: #f7f7f7;
}
.news-li-box a:hover{
	text-decoration: underline !important;
}
.news-box-title{
	text-align: center;
	text-indent: 0;
}
.news-box-title a{
	font-size: 18px;
	color: #005bb8;
}
.news-box-detail a{
	font-size: 14px;
	color: #969696;
	line-height: 24px;
}
.news-content-img{
	text-indent: 0;
}
.news-content-img img{
	width: 100%;
}












@media only screen and (max-width:1024px) {
	/*首页*/
	.hw-logo {
		margin-left:10px;
	}
	.news-content-right img {
		width:40%;
		margin-top:20px;
	}
	.customer-content li div img {
		width:70% !important;
	}
	.customer-content li {
		margin-top:10px;
	}
	.news-content {
		width:85%;
	}
	.news-right-title {
		font-size:22px;
		margin-top:20px;
		display:inline-block;
	}
	.news-right-time {
		font-size:16px;
		margin-top:-1px;
	}
@media only screen and (max-width:640px) {
	/*首页*/
				.solution-circle {
	font-size:45px;
	width:110px;
	height:110px;
	line-height:90px;
	border:10px solid #f0f0f0;
}
.solutions-title {
	font-size:15px;
}
.solutions-content li {
	margin-bottom:10px;
}
.part-title-span {
	font-size:30px;
}
.case-li:hover .case-word {
	display:none;
}
.case-li-mengban:hover {
	opacity:0;
}
.part-all {
	margin-top:20px;
}
.solutions-way {
	font-size:13px;
}
.three-reason-content {
	width:95%;
	margin-top:15px;
}
.three-reason-img1,.three-reason-img1:hover,.three-reason-img2,.three-reason-img2:hover,.three-reason-img3,.three-reason-img3:hover {
	background-size:100% 100%;
}
.three-reason-bg {
	width:200px;
	margin-top:20px;
}
.reason-title {
	font-size:13px;
}
.three-reason-img1,.three-reason-img2,.three-reason-img3 {
	width:80px;
	height:80px;
	margin:0 auto;
	border:none;
}
.case-img1 {
	width:100%;
	margin-top:10px;
}
.customer-case-content {
	margin-top:0;
}
.customer-content li {
	margin-top:0px;
}
.customer-content {
	margin-top:0px;
}
.lan-bott {
	height:65px;
	padding:10px 10px;
}
.lan-bott .left {
	display:none;
}
.see-more {
	margin-top:0px;
}
.news-img {
	width:100%;
	overflow:hidden;
}
.news-content-ul {
	margin-top:10px;
	margin-bottom:30px;
}
.news-content-ul li {
	margin-top:20px;
}
.customer-content li div img {
	width:80%;
}
.part-5-title {
	margin-top:10px;
}
.news-content {
	margin-top:10px;
}
.see-more {
	top:0px;
}
.part-content {
	margin-top:20px;
}
.customer-case {
	padding:20px 0 0 0;
}
}


